Open
Bug 1959961
Opened 2 months ago
Updated 19 days ago
Navigation API: Implement navigation.navigate()
Categories
(Core :: DOM: Navigation, task)
Core
DOM: Navigation
Tracking
()
NEW
People
(Reporter: jjaschke, Assigned: jjaschke)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•19 days ago
|
||
Assignee | ||
Comment 2•19 days ago
|
||
This patch copies the code from LocationBase::SetURI()
and LocationBase::CheckURL()
into a new method
called NavigateNavigable()
in the docshell.
The goal of this new method is to follow the spec
(https://html.spec.whatwg.org/#navigate) as close
as possible.
For now, this method is only "duct-taping" our
code. It is to be replaced with a spec-conforming
implementation.
You need to log in
before you can comment on or make changes to this bug.
Description
•